﻿2026-08-04T02:51:50.7606284Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-04T02:51:50.7606662Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-04T02:51:50.7606884Z [36;1m$PIN = "0c95435"[0m
2026-08-04T02:51:50.7607102Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-04T02:51:50.7607364Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-04T02:51:50.7607729Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-04T02:51:50.7608206Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-04T02:51:50.7608552Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-04T02:51:50.7609014Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-04T02:51:50.7609380Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-04T02:51:50.7609831Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-04T02:51:50.7610438Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-04T02:51:50.7611132Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-04T02:51:50.7611772Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-04T02:51:50.7612259Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-04T02:51:50.7612912Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-04T02:51:50.7613639Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-04T02:51:50.7614008Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-04T02:51:50.7614605Z [36;1m}[0m
2026-08-04T02:51:50.7614871Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-04T02:51:50.7615449Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-04T02:51:50.7621696Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-04T02:51:50.7622149Z env:
2026-08-04T02:51:50.7622647Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30873007187-1-3468e343c8b949d894fb2dee1409afcc
2026-08-04T02:51:50.7623629Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30873007187-1-3468e343c8b949d894fb2dee1409afcc
2026-08-04T02:51:50.7624369Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30873007187-1-3468e343c8b949d894fb2dee1409afcc
2026-08-04T02:51:50.7624884Z ##[endgroup]
2026-08-04T02:51:56.5002183Z    Compiling proc-macro2 v1.0.106
2026-08-04T02:51:56.5002761Z    Compiling quote v1.0.45
2026-08-04T02:51:56.5003179Z    Compiling unicode-ident v1.0.24
2026-08-04T02:51:56.5003554Z    Compiling cfg-if v1.0.4
2026-08-04T02:51:56.5761158Z    Compiling serde_core v1.0.228
2026-08-04T02:51:56.6331930Z    Compiling serde v1.0.228
2026-08-04T02:51:57.0111667Z    Compiling windows-link v0.2.1
2026-08-04T02:51:57.1827795Z    Compiling typenum v1.20.1
2026-08-04T02:51:57.2635413Z    Compiling windows-sys v0.61.2
2026-08-04T02:51:58.3895108Z    Compiling syn v2.0.117
2026-08-04T02:51:58.4215476Z    Compiling portable-atomic v1.13.1
2026-08-04T02:51:59.5311623Z    Compiling getrandom v0.3.4
2026-08-04T02:51:59.6382985Z    Compiling version_check v0.9.5
2026-08-04T02:52:00.0847097Z    Compiling pin-project-lite v0.2.17
2026-08-04T02:52:00.2214921Z    Compiling critical-section v1.2.0
2026-08-04T02:52:00.4962502Z    Compiling memchr v2.8.1
2026-08-04T02:52:01.1491706Z    Compiling jobserver v0.1.34
2026-08-04T02:52:01.6008876Z    Compiling find-msvc-tools v0.1.9
2026-08-04T02:52:01.7531854Z    Compiling shlex v2.0.1
2026-08-04T02:52:02.2835460Z    Compiling cc v1.2.63
2026-08-04T02:52:02.7157237Z    Compiling subtle v2.6.1
2026-08-04T02:52:03.5710285Z    Compiling futures-core v0.3.32
2026-08-04T02:52:04.2564969Z    Compiling smallvec v1.15.1
2026-08-04T02:52:04.3432985Z    Compiling equivalent v1.0.2
2026-08-04T02:52:04.5595369Z    Compiling generic-array v0.14.7
2026-08-04T02:52:04.6050607Z    Compiling itoa v1.0.18
2026-08-04T02:52:04.7854456Z    Compiling serde_derive v1.0.228
2026-08-04T02:52:04.9872416Z    Compiling zeroize_derive v1.4.3
2026-08-04T02:52:05.1907735Z    Compiling bytes v1.11.1
2026-08-04T02:52:06.0507121Z    Compiling zeroize v1.8.2
2026-08-04T02:52:06.6074425Z    Compiling semver v1.0.28
2026-08-04T02:52:06.9267965Z    Compiling synstructure v0.13.2
2026-08-04T02:52:07.2609003Z    Compiling rustc_version v0.4.1
2026-08-04T02:52:07.7081296Z    Compiling stable_deref_trait v1.2.1
2026-08-04T02:52:07.7317586Z    Compiling socket2 v0.6.4
2026-08-04T02:52:07.7923894Z    Compiling log v0.4.32
2026-08-04T02:52:07.8239051Z    Compiling zerofrom-derive v0.1.7
2026-08-04T02:52:08.2643127Z    Compiling rand_core v0.10.1
2026-08-04T02:52:08.4511767Z    Compiling yoke-derive v0.8.2
2026-08-04T02:52:08.6651467Z    Compiling crypto-common v0.1.7
2026-08-04T02:52:09.3696067Z    Compiling tokio-macros v2.7.0
2026-08-04T02:52:09.5983753Z    Compiling zerofrom v0.1.8
2026-08-04T02:52:10.0583400Z    Compiling once_cell v1.21.4
2026-08-04T02:52:10.1439527Z    Compiling mio v1.2.1
2026-08-04T02:52:10.6117899Z    Compiling futures-io v0.3.32
2026-08-04T02:52:11.0424177Z    Compiling futures-sink v0.3.32
2026-08-04T02:52:11.2325128Z    Compiling slab v0.4.12
2026-08-04T02:52:12.2279280Z    Compiling tokio v1.52.3
2026-08-04T02:52:12.4948093Z    Compiling futures-channel v0.3.32
2026-08-04T02:52:12.5241029Z    Compiling yoke v0.8.3
2026-08-04T02:52:12.7713654Z    Compiling futures-macro v0.3.32
2026-08-04T02:52:12.9988097Z    Compiling rustversion v1.0.22
2026-08-04T02:52:13.2008465Z    Compiling futures-task v0.3.32
2026-08-04T02:52:13.4537006Z    Compiling getrandom v0.4.2
2026-08-04T02:52:13.7523727Z    Compiling hashbrown v0.17.1
2026-08-04T02:52:13.7579769Z    Compiling futures-util v0.3.32
2026-08-04T02:52:14.5210976Z    Compiling zerovec-derive v0.11.3
2026-08-04T02:52:14.8346754Z    Compiling indexmap v2.14.0
2026-08-04T02:52:15.9576689Z    Compiling getrandom v0.2.17
2026-08-04T02:52:16.3186041Z    Compiling cpufeatures v0.2.17
2026-08-04T02:52:16.3698166Z    Compiling zerovec v0.11.6
2026-08-04T02:52:17.4624321Z    Compiling displaydoc v0.2.6
2026-08-04T02:52:17.8276027Z    Compiling hybrid-array v0.4.12
2026-08-04T02:52:18.7494121Z    Compiling fnv v1.0.7
2026-08-04T02:52:18.8991069Z    Compiling libc v0.2.186
2026-08-04T02:52:18.9941520Z    Compiling cfg_aliases v0.2.1
2026-08-04T02:52:19.1818829Z    Compiling strsim v0.11.1
2026-08-04T02:52:19.1902687Z    Compiling tinystr v0.8.3
2026-08-04T02:52:19.7553264Z    Compiling block-buffer v0.12.0
2026-08-04T02:52:19.8581266Z    Compiling crypto-common v0.2.2
2026-08-04T02:52:20.1490790Z    Compiling tracing-core v0.1.36
2026-08-04T02:52:20.3606168Z    Compiling tracing-attributes v0.1.31
2026-08-04T02:52:21.1452333Z    Compiling autocfg v1.5.1
2026-08-04T02:52:21.3378055Z    Compiling litemap v0.8.2
2026-08-04T02:52:21.7685199Z    Compiling writeable v0.6.3
2026-08-04T02:52:21.8702627Z    Compiling zerotrie v0.2.4
2026-08-04T02:52:21.9672320Z    Compiling tracing v0.1.44
2026-08-04T02:52:22.2131697Z    Compiling icu_locale_core v2.2.0
2026-08-04T02:52:22.3738707Z    Compiling potential_utf v0.1.5
2026-08-04T02:52:22.5467909Z    Compiling cmake v0.1.58
2026-08-04T02:52:22.6910286Z    Compiling icu_normalizer_data v2.2.0
2026-08-04T02:52:23.1300022Z    Compiling fs_extra v1.3.0
2026-08-04T02:52:23.2526886Z    Compiling utf8_iter v1.0.4
2026-08-04T02:52:23.4491531Z    Compiling icu_properties_data v2.2.0
2026-08-04T02:52:23.4775958Z    Compiling dunce v1.0.5
2026-08-04T02:52:23.5305142Z    Compiling ident_case v1.0.1
2026-08-04T02:52:23.6991669Z    Compiling icu_provider v2.2.0
2026-08-04T02:52:23.7329501Z    Compiling aws-lc-sys v0.41.0
2026-08-04T02:52:24.0564917Z    Compiling icu_collections v2.2.0
2026-08-04T02:52:24.2688806Z    Compiling tokio-util v0.7.18
2026-08-04T02:52:24.8864159Z    Compiling percent-encoding v2.3.2
2026-08-04T02:52:25.1993717Z    Compiling icu_normalizer v2.2.0
2026-08-04T02:52:26.0684561Z    Compiling inout v0.2.2
2026-08-04T02:52:26.2956296Z    Compiling http v1.4.1
2026-08-04T02:52:26.4195130Z    Compiling ring v0.17.14
2026-08-04T02:52:27.1625886Z    Compiling icu_properties v2.2.0
2026-08-04T02:52:27.2741035Z    Compiling cpufeatures v0.3.0
2026-08-04T02:52:27.5341816Z    Compiling unicode-segmentation v1.13.3
2026-08-04T02:52:27.8894874Z    Compiling aws-lc-rs v1.17.0
2026-08-04T02:52:28.2005189Z    Compiling thiserror v2.0.18
2026-08-04T02:52:28.6302538Z    Compiling idna_adapter v1.2.2
2026-08-04T02:52:29.7168170Z    Compiling cipher v0.5.2
2026-08-04T02:52:30.3961500Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-04T02:52:30.4253456Z    Compiling thiserror-impl v2.0.18
2026-08-04T02:52:31.6382068Z    Compiling scopeguard v1.2.0
2026-08-04T02:52:32.1902201Z    Compiling lock_api v0.4.14
2026-08-04T02:52:33.1175620Z    Compiling chacha20 v0.10.0
2026-08-04T02:52:33.6684674Z    Compiling idna v1.1.0
2026-08-04T02:52:33.9474748Z    Compiling form_urlencoded v1.2.2
2026-08-04T02:52:35.0984393Z    Compiling ipnet v2.12.0
2026-08-04T02:52:35.7080062Z    Compiling block-buffer v0.10.4
2026-08-04T02:52:35.8368469Z    Compiling rustls-pki-types v1.14.1
2026-08-04T02:52:36.2584844Z    Compiling untrusted v0.9.0
2026-08-04T02:52:36.7070977Z    Compiling winapi v0.3.9
2026-08-04T02:52:37.0446619Z    Compiling bitflags v2.12.1
2026-08-04T02:52:37.6631364Z    Compiling digest v0.10.7
2026-08-04T02:52:37.7862910Z    Compiling url v2.5.8
2026-08-04T02:52:37.9434760Z    Compiling rand v0.10.1
2026-08-04T02:52:39.0519626Z    Compiling darling_core v0.20.11
2026-08-04T02:52:39.0600618Z    Compiling num-traits v0.2.19
2026-08-04T02:52:39.7949694Z    Compiling windows-strings v0.5.1
2026-08-04T02:52:40.5328184Z    Compiling windows-result v0.4.1
2026-08-04T02:52:41.1657238Z    Compiling heck v0.5.0
2026-08-04T02:52:41.8290540Z    Compiling rustls v0.23.40
2026-08-04T02:52:43.6170636Z    Compiling darling_macro v0.20.11
2026-08-04T02:52:43.6735541Z    Compiling convert_case v0.10.0
2026-08-04T02:52:45.1320038Z    Compiling atomic-waker v1.1.2
2026-08-04T02:52:45.1565782Z    Compiling unicode-xid v0.2.6
2026-08-04T02:52:45.4437598Z    Compiling anyhow v1.0.102
2026-08-04T02:52:45.7056922Z    Compiling const-oid v0.10.2
2026-08-04T02:52:46.2743886Z    Compiling derive_more-impl v2.1.1
2026-08-04T02:52:46.4949801Z    Compiling darling v0.20.11
2026-08-04T02:52:47.8592983Z    Compiling parking_lot_core v0.9.12
2026-08-04T02:52:48.1717329Z    Compiling fastrand v2.4.1
2026-08-04T02:52:48.5952983Z    Compiling httparse v1.10.1
2026-08-04T02:52:48.9844445Z    Compiling zerocopy v0.8.50
2026-08-04T02:52:49.7368492Z    Compiling derive_builder_core v0.20.2
2026-08-04T02:52:50.3418204Z    Compiling h2 v0.4.14
2026-08-04T02:52:51.0042455Z    Compiling http-body v1.0.1
2026-08-04T02:52:51.0398837Z    Compiling derive_more v2.1.1
2026-08-04T02:52:51.3028951Z    Compiling curve25519-dalek v4.1.3
2026-08-04T02:52:51.5908211Z    Compiling ahash v0.8.12
2026-08-04T02:52:51.6932930Z    Compiling powerfmt v0.2.0
2026-08-04T02:52:52.0158507Z    Compiling either v1.16.0
2026-08-04T02:52:52.1612993Z    Compiling base64ct v1.8.3
2026-08-04T02:52:52.5053082Z    Compiling deranged v0.5.8
2026-08-04T02:52:52.6414394Z    Compiling pem-rfc7468 v1.0.0
2026-08-04T02:52:53.6938600Z    Compiling derive_builder_macro v0.20.2
2026-08-04T02:52:55.7532516Z    Compiling uuid v1.23.2
2026-08-04T02:52:55.9447723Z    Compiling rand_core v0.6.4
2026-08-04T02:52:56.4929840Z    Compiling spez v0.1.2
2026-08-04T02:52:56.5257353Z    Compiling windows-interface v0.59.3
2026-08-04T02:52:57.2215291Z    Compiling windows-implement v0.60.2
2026-08-04T02:52:57.3634792Z    Compiling n0-error-macros v0.1.3
2026-08-04T02:52:58.0259214Z    Compiling vcpkg v0.2.15
2026-08-04T02:52:58.4281123Z    Compiling tower-service v0.3.3
2026-08-04T02:52:59.1280013Z    Compiling data-encoding v2.11.0
2026-08-04T02:52:59.1650973Z    Compiling time-core v0.1.8
2026-08-04T02:52:59.2407528Z    Compiling num-conv v0.2.2
2026-08-04T02:53:00.1897542Z    Compiling pkg-config v0.3.33
2026-08-04T02:53:00.2831201Z    Compiling try-lock v0.2.5
2026-08-04T02:53:00.4219261Z    Compiling base64 v0.22.1
2026-08-04T02:53:00.8087543Z    Compiling zmij v1.0.21
2026-08-04T02:53:01.0120123Z    Compiling tinyvec_macros v0.1.1
2026-08-04T02:53:01.1074357Z    Compiling tinyvec v1.11.0
2026-08-04T02:53:01.1458767Z    Compiling libsqlite3-sys v0.30.1
2026-08-04T02:53:01.6379664Z    Compiling want v0.3.1
2026-08-04T02:53:01.8012344Z    Compiling n0-error v0.1.3
2026-08-04T02:53:01.8481045Z    Compiling windows-core v0.62.2
2026-08-04T02:53:02.6288584Z    Compiling parking_lot v0.12.5
2026-08-04T02:53:03.2202165Z    Compiling derive_builder v0.20.2
2026-08-04T02:53:03.4173993Z    Compiling der v0.8.0-rc.10
2026-08-04T02:53:03.5026900Z    Compiling sha2 v0.10.9
2026-08-04T02:53:03.9501389Z    Compiling n0-future v0.3.2
2026-08-04T02:53:04.4102964Z    Compiling vergen-lib v9.1.0
2026-08-04T02:53:04.4976215Z    Compiling inout v0.1.4
2026-08-04T02:53:04.7134290Z    Compiling pin-project-internal v1.1.13
2026-08-04T02:53:04.7740863Z    Compiling signature v2.2.0
2026-08-04T02:53:04.9370241Z    Compiling crossbeam-utils v0.8.21
2026-08-04T02:53:05.3695345Z    Compiling cordyceps v0.3.4
2026-08-04T02:53:05.6896099Z    Compiling spt-procident v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-04T02:53:05.8773285Z    Compiling serde_json v1.0.150
2026-08-04T02:53:06.0061699Z    Compiling parking v2.2.1
2026-08-04T02:53:06.1621608Z    Compiling httpdate v1.0.3
2026-08-04T02:53:06.2179777Z    Compiling spin v0.10.0
2026-08-04T02:53:06.4458457Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-04T02:53:06.4496468Z    Compiling winnow v1.0.3
2026-08-04T02:53:06.5896316Z    Compiling diatomic-waker v0.2.3
2026-08-04T02:53:06.7753502Z    Compiling futures-buffered v0.2.13
2026-08-04T02:53:07.4319685Z    Compiling hyper v1.10.1
2026-08-04T02:53:07.6587894Z    Compiling futures-lite v2.6.1
2026-08-04T02:53:08.0023508Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-04T02:53:08.4802866Z    Compiling pin-project v1.1.13
2026-08-04T02:53:08.7254697Z    Compiling spt-poolguard v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-04T02:53:09.0976159Z    Compiling spki v0.8.0-rc.4
2026-08-04T02:53:09.4503597Z    Compiling ed25519 v2.2.3
2026-08-04T02:53:10.1461609Z    Compiling cipher v0.4.4
2026-08-04T02:53:10.2289349Z    Compiling hashbrown v0.14.5
2026-08-04T02:53:10.8453661Z    Compiling digest v0.11.3
2026-08-04T02:53:10.9299061Z    Compiling noq-udp v0.10.0
2026-08-04T02:53:11.2573593Z    Compiling vergen-lib v0.1.6
2026-08-04T02:53:11.5661690Z    Compiling vergen v9.1.0
2026-08-04T02:53:11.7604048Z    Compiling universal-hash v0.5.1
2026-08-04T02:53:11.8086091Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-04T02:53:12.0081455Z    Compiling heapless v0.7.17
2026-08-04T02:53:14.3174745Z    Compiling sync_wrapper v1.0.2
2026-08-04T02:53:14.7366436Z    Compiling aho-corasick v1.1.4
2026-08-04T02:53:14.7921395Z    Compiling regex-syntax v0.8.10
2026-08-04T02:53:14.8202411Z    Compiling byteorder v1.5.0
2026-08-04T02:53:15.1405328Z    Compiling opaque-debug v0.3.1
2026-08-04T02:53:15.4100471Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-04T02:53:15.7064540Z    Compiling allocator-api2 v0.2.21
2026-08-04T02:53:16.2622975Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-04T02:53:17.9655372Z    Compiling regex-automata v0.4.14
2026-08-04T02:53:18.7253240Z    Compiling polyval v0.6.2
2026-08-04T02:53:19.4124561Z    Compiling hash32 v0.2.1
2026-08-04T02:53:20.6123018Z    Compiling hashlink v0.9.1
2026-08-04T02:53:22.3113299Z    Compiling ed25519-dalek v2.2.0
2026-08-04T02:53:22.7155410Z    Compiling spt-store v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-04T02:53:22.8078032Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-04T02:53:23.0865358Z    Compiling hyper-util v0.1.20
2026-08-04T02:53:24.2148925Z    Compiling prefix-trie v0.8.4
2026-08-04T02:53:24.3839487Z    Compiling spin v0.9.8
2026-08-04T02:53:24.6443618Z    Compiling futures-executor v0.3.32
2026-08-04T02:53:25.0460214Z    Compiling vergen-gitcl v1.0.8
2026-08-04T02:53:25.0478701Z    Compiling windows-threading v0.2.1
2026-08-04T02:53:25.4772946Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-04T02:53:25.6069876Z    Compiling fallible-iterator v0.3.0
2026-08-04T02:53:25.8713891Z    Compiling ryu v1.0.23
2026-08-04T02:53:26.4412411Z    Compiling signature v3.0.0
2026-08-04T02:53:26.6106669Z    Compiling tower-layer v0.3.3
2026-08-04T02:53:26.8551888Z    Compiling ed25519 v3.0.0-rc.4
2026-08-04T02:53:26.9070006Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-04T02:53:27.0269971Z    Compiling rusqlite v0.32.1
2026-08-04T02:53:28.8544503Z    Compiling windows-future v0.3.2
2026-08-04T02:53:29.3995519Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-04T02:53:29.8745579Z    Compiling futures v0.3.32
2026-08-04T02:53:30.2617826Z    Compiling windows-targets v0.52.6
2026-08-04T02:53:30.5571863Z    Compiling spt-proto v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-04T02:53:31.0225454Z    Compiling regex v1.12.3
2026-08-04T02:53:32.8694691Z    Compiling ghash v0.5.1
2026-08-04T02:53:32.9661792Z    Compiling proc-macro-crate v3.5.0
2026-08-04T02:53:33.7106460Z    Compiling sha2 v0.11.0-rc.5
2026-08-04T02:53:34.3769141Z    Compiling ctr v0.9.2
2026-08-04T02:53:34.6912775Z    Compiling aes v0.8.4
2026-08-04T02:53:34.7423548Z    Compiling windows-collections v0.3.2
2026-08-04T02:53:34.8841912Z    Compiling windows-numerics v0.3.1
2026-08-04T02:53:35.3259980Z    Compiling time v0.3.47
2026-08-04T02:53:35.3902182Z    Compiling http-body-util v0.1.3
2026-08-04T02:53:35.4534474Z    Compiling fs2 v0.4.3
2026-08-04T02:53:35.8376297Z    Compiling cobs v0.3.0
2026-08-04T02:53:35.9893407Z    Compiling aead v0.5.2
2026-08-04T02:53:36.1329416Z    Compiling postcard-derive v0.2.2
2026-08-04T02:53:36.2070201Z    Compiling arrayvec v0.7.6
2026-08-04T02:53:36.4886539Z    Compiling ipconfig v0.3.4
2026-08-04T02:53:36.8235570Z    Compiling widestring v1.2.1
2026-08-04T02:53:36.8336034Z    Compiling utf8parse v0.2.2
2026-08-04T02:53:37.5114214Z    Compiling postcard v1.1.3
2026-08-04T02:53:38.6356597Z    Compiling aes-gcm v0.10.3
2026-08-04T02:53:38.6995124Z    Compiling windows v0.62.2
2026-08-04T02:53:38.8704154Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-04T02:53:39.5138287Z    Compiling num_enum_derive v0.7.6
2026-08-04T02:53:40.9830392Z    Compiling windows-sys v0.59.0
2026-08-04T02:53:42.8584526Z    Compiling data-encoding-macro v0.1.20
2026-08-04T02:53:43.3933784Z    Compiling tower v0.5.3
2026-08-04T02:53:44.4577385Z    Compiling crossbeam-epoch v0.9.18
2026-08-04T02:53:45.3534442Z    Compiling crossbeam-channel v0.5.15
2026-08-04T02:53:46.4743564Z    Compiling chrono v0.4.45
2026-08-04T02:53:48.6340866Z    Compiling strum_macros v0.28.0
2026-08-04T02:53:50.7132794Z    Compiling iroh-metrics-derive v0.4.1
2026-08-04T02:53:51.2043583Z    Compiling windows-registry v0.6.1
2026-08-04T02:53:51.3022536Z    Compiling memoffset v0.6.5
2026-08-04T02:53:51.6670809Z    Compiling noq v0.18.0
2026-08-04T02:53:52.4636212Z    Compiling netwatch v0.16.0
2026-08-04T02:53:52.6454702Z    Compiling acto v0.8.2
2026-08-04T02:53:53.7397843Z    Compiling async-trait v0.1.89
2026-08-04T02:53:54.1070636Z    Compiling enum-assoc v1.3.0
2026-08-04T02:53:54.3868233Z    Compiling blake3 v1.8.5
2026-08-04T02:53:55.3104548Z    Compiling ref-cast v1.0.25
2026-08-04T02:53:55.8326444Z    Compiling rustc-hash v2.1.2
2026-08-04T02:53:55.9029584Z    Compiling identity-hash v0.1.0
2026-08-04T02:53:55.9815498Z    Compiling sorted-index-buffer v0.2.1
2026-08-04T02:53:56.1446497Z    Compiling lru-slab v0.1.2
2026-08-04T02:53:56.3005944Z    Compiling thiserror v1.0.69
2026-08-04T02:53:56.3389820Z    Compiling foldhash v0.2.0
2026-08-04T02:53:56.3663551Z    Compiling tagptr v0.2.0
2026-08-04T02:53:56.6583149Z    Compiling xml-rs v0.8.28
2026-08-04T02:53:56.7079252Z    Compiling mac-addr v0.3.0
2026-08-04T02:53:57.2182798Z    Compiling netdev v0.42.0
2026-08-04T02:53:57.3882811Z    Compiling moka v0.12.15
2026-08-04T02:53:58.2634187Z    Compiling xmltree v0.10.3
2026-08-04T02:53:58.6100295Z    Compiling hashbrown v0.16.1
2026-08-04T02:54:01.2753050Z    Compiling iroh-metrics v0.38.3
2026-08-04T02:54:01.5502465Z    Compiling strum v0.28.0
2026-08-04T02:54:01.8353275Z    Compiling wmi v0.18.4
2026-08-04T02:54:02.0003612Z    Compiling tower-http v0.6.11
2026-08-04T02:54:02.7133198Z    Compiling spt-msg v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-04T02:54:02.7431620Z    Compiling iroh-base v0.98.0
2026-08-04T02:54:03.5941943Z    Compiling num_enum v0.7.6
2026-08-04T02:54:03.9602385Z    Compiling iroh-relay v0.98.0
2026-08-04T02:54:03.9680543Z    Compiling n0-watcher v0.6.1
2026-08-04T02:54:04.0733557Z    Compiling attohttpc v0.30.1
2026-08-04T02:54:04.6168596Z    Compiling simple-dns v0.9.3
2026-08-04T02:54:04.8837597Z    Compiling tokio-stream v0.1.18
2026-08-04T02:54:05.8169100Z    Compiling serial-core v0.4.0
2026-08-04T02:54:05.8644441Z    Compiling toml_datetime v0.6.11
2026-08-04T02:54:06.1372361Z    Compiling serde_spanned v0.6.9
2026-08-04T02:54:06.2887729Z    Compiling thiserror-impl v1.0.69
2026-08-04T02:54:06.3015103Z    Compiling ref-cast-impl v1.0.25
2026-08-04T02:54:07.0798415Z    Compiling serde_derive_internals v0.29.1
2026-08-04T02:54:07.7913305Z    Compiling toml_write v0.1.2
2026-08-04T02:54:07.9850622Z    Compiling smol_str v0.1.24
2026-08-04T02:54:08.1186430Z    Compiling simdutf8 v0.1.5
2026-08-04T02:54:08.2708693Z    Compiling resolv-conf v0.7.6
2026-08-04T02:54:09.0616779Z    Compiling winnow v0.7.15
2026-08-04T02:54:09.0713256Z    Compiling arrayref v0.3.9
2026-08-04T02:54:09.2675177Z    Compiling winreg v0.10.1
2026-08-04T02:54:09.4088128Z    Compiling constant_time_eq v0.4.2
2026-08-04T02:54:09.6371891Z    Compiling sha1_smol v1.0.1
2026-08-04T02:54:09.8720662Z    Compiling schemars_derive v1.2.1
2026-08-04T02:54:11.2391421Z    Compiling toml_edit v0.22.27
2026-08-04T02:54:11.5505685Z    Compiling iroh-dns v0.98.0
2026-08-04T02:54:11.7342852Z    Compiling serial-windows v0.4.0
2026-08-04T02:54:12.0745147Z    Compiling igd-next v0.17.1
2026-08-04T02:54:15.0390545Z    Compiling lru v0.16.4
2026-08-04T02:54:15.1730140Z    Compiling hmac v0.12.1
2026-08-04T02:54:15.3598047Z    Compiling webpki-roots v1.0.7
2026-08-04T02:54:15.4595632Z    Compiling darling_core v0.23.0
2026-08-04T02:54:15.9287271Z    Compiling seize v0.5.1
2026-08-04T02:54:16.5411542Z    Compiling iroh v0.98.2
2026-08-04T02:54:16.8920835Z    Compiling serde_bytes v0.11.19
2026-08-04T02:54:16.9513404Z    Compiling dyn-clone v1.0.20
2026-08-04T02:54:17.1884005Z    Compiling once_cell_polyfill v1.70.2
2026-08-04T02:54:17.2856191Z    Compiling bitflags v1.3.2
2026-08-04T02:54:17.2951996Z    Compiling lazy_static v1.5.0
2026-08-04T02:54:17.5124895Z    Compiling cmov v0.5.4
2026-08-04T02:54:17.5383620Z    Compiling pin-utils v0.1.0
2026-08-04T02:54:17.7774111Z    Compiling anstyle v1.0.14
2026-08-04T02:54:17.9092023Z    Compiling ctutils v0.4.2
2026-08-04T02:54:18.1443509Z    Compiling anstyle-wincon v3.0.11
2026-08-04T02:54:18.2433833Z    Compiling nix v0.25.1
2026-08-04T02:54:18.3410181Z    Compiling shared_library v0.1.9
2026-08-04T02:54:18.4859136Z    Compiling schemars v1.2.1
2026-08-04T02:54:18.7665314Z    Compiling darling_macro v0.23.0
2026-08-04T02:54:18.7943405Z    Compiling papaya v0.2.4
2026-08-04T02:54:19.2148148Z    Compiling hkdf v0.12.4
2026-08-04T02:54:19.3239940Z    Compiling toml v0.8.23
2026-08-04T02:54:19.5739231Z    Compiling portmapper v0.16.0
2026-08-04T02:54:20.4519630Z    Compiling serial v0.4.0
2026-08-04T02:54:20.6175916Z    Compiling filedescriptor v0.8.3
2026-08-04T02:54:20.8484450Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-04T02:54:21.7669580Z    Compiling anstyle-parse v1.0.0
2026-08-04T02:54:22.0638133Z    Compiling backon v1.6.0
2026-08-04T02:54:22.4542814Z    Compiling anstyle-query v1.1.5
2026-08-04T02:54:22.7305049Z    Compiling vte_generate_state_changes v0.1.2
2026-08-04T02:54:23.2563673Z    Compiling paste v1.0.15
2026-08-04T02:54:23.5911608Z    Compiling instability v0.3.12
2026-08-04T02:54:23.9595317Z    Compiling colorchoice v1.0.5
2026-08-04T02:54:24.1504531Z    Compiling foldhash v0.1.5
2026-08-04T02:54:24.4285552Z    Compiling is_terminal_polyfill v1.70.2
2026-08-04T02:54:24.6761112Z    Compiling downcast-rs v1.2.1
2026-08-04T02:54:24.6972353Z    Compiling unicode-width v0.2.0
2026-08-04T02:54:24.8939649Z    Compiling shell-words v1.1.1
2026-08-04T02:54:25.1813559Z    Compiling portable-pty v0.8.1
2026-08-04T02:54:25.1927492Z    Compiling anstream v1.0.0
2026-08-04T02:54:25.8313624Z    Compiling hashbrown v0.15.5
2026-08-04T02:54:26.3324537Z    Compiling vte v0.13.1
2026-08-04T02:54:26.4865510Z    Compiling spt-runtime v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-04T02:54:26.5089441Z    Compiling spake2 v0.4.0
2026-08-04T02:54:27.0852848Z    Compiling darling v0.23.0
2026-08-04T02:54:27.1100199Z    Compiling itertools v0.13.0
2026-08-04T02:54:27.4203507Z    Compiling crossterm_winapi v0.9.1
2026-08-04T02:54:27.9835615Z    Compiling strum_macros v0.26.4
2026-08-04T02:54:28.9419668Z    Compiling sha1 v0.10.6
2026-08-04T02:54:29.5296020Z    Compiling castaway v0.2.4
2026-08-04T02:54:29.9466894Z    Compiling terminal_size v0.4.4
2026-08-04T02:54:30.2679186Z    Compiling unicode-width v0.1.14
2026-08-04T02:54:30.4864773Z    Compiling recvmsg v1.0.0
2026-08-04T02:54:31.4454136Z    Compiling doctest-file v1.1.1
2026-08-04T02:54:32.0323355Z    Compiling static_assertions v1.1.0
2026-08-04T02:54:32.4299595Z    Compiling clap_lex v1.1.0
2026-08-04T02:54:32.4318337Z    Compiling indoc v2.0.7
2026-08-04T02:54:32.9580003Z    Compiling clap_builder v4.6.0
2026-08-04T02:54:34.8529383Z    Compiling interprocess v2.4.2
2026-08-04T02:54:36.9049673Z    Compiling compact_str v0.8.2
2026-08-04T02:54:36.9670320Z    Compiling unicode-truncate v1.1.0
2026-08-04T02:54:37.1252347Z    Compiling strum v0.26.3
2026-08-04T02:54:37.3770616Z    Compiling spt-live v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-04T02:54:37.7963610Z    Compiling crossterm v0.28.1
2026-08-04T02:54:38.8326397Z    Compiling spt-term v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-04T02:54:38.8770751Z    Compiling lru v0.12.5
2026-08-04T02:54:39.4316865Z    Compiling clap_derive v4.6.1
2026-08-04T02:54:39.7489745Z    Compiling error-code v3.3.2
2026-08-04T02:54:40.1145709Z    Compiling cassowary v0.3.0
2026-08-04T02:54:41.1369475Z    Compiling ratatui v0.29.0
2026-08-04T02:54:41.8664632Z    Compiling clap v4.6.1
2026-08-04T02:54:42.0811279Z    Compiling clipboard-win v5.4.1
2026-08-04T02:54:42.1581973Z    Compiling nucleo-matcher v0.3.1
2026-08-04T02:54:43.3532655Z    Compiling qrcode v0.14.1
2026-08-04T02:54:44.6539597Z    Compiling tempfile v3.27.0
2026-08-04T02:54:45.1516162Z    Compiling spt-test-support v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-04T02:55:02.2766700Z    Compiling rustls-webpki v0.103.13
2026-08-04T02:55:07.3087339Z    Compiling tokio-rustls v0.26.4
2026-08-04T02:55:07.3087700Z    Compiling noq-proto v0.17.0
2026-08-04T02:55:07.3087984Z    Compiling rustls-platform-verifier v0.7.0
2026-08-04T02:55:07.8446592Z    Compiling hickory-net v0.26.0-beta.4
2026-08-04T02:55:08.3652880Z    Compiling hyper-rustls v0.27.9
2026-08-04T02:55:09.9977307Z    Compiling reqwest v0.13.4
2026-08-04T02:55:12.5473208Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-04T02:55:13.9224462Z    Compiling tokio-websockets v0.13.2
2026-08-04T02:55:40.9706032Z    Compiling spt-net v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-04T02:55:43.6630262Z    Compiling spt-daemon v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-04T02:56:04.0132022Z    Compiling spt v0.53.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-04T02:56:23.0508644Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 30s
2026-08-04T02:56:23.0867026Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-037aacb9329f5675.exe)
2026-08-04T02:56:23.3975137Z 
2026-08-04T02:56:23.3975784Z running 1 test
2026-08-04T02:56:33.2486247Z test new_brain_serves_against_old_broker ... ok
2026-08-04T02:56:33.2486580Z 
2026-08-04T02:56:33.2486837Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.85s
2026-08-04T02:56:33.2487209Z 
